func regexp.minInputLen
7 uses
regexp (current package)
regexp.go#L193: minInputLen: minInputLen(re),
regexp.go#L268: func minInputLen(re *syntax.Regexp) int {
regexp.go#L285: return minInputLen(re.Sub[0])
regexp.go#L287: return re.Min * minInputLen(re.Sub[0])
regexp.go#L291: l += minInputLen(sub)
regexp.go#L295: l := minInputLen(re.Sub[0])
regexp.go#L298: lnext = minInputLen(sub)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |